home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: Greatest Hits 1996
/
Amiga Games: Greatest Hits 1996.iso
/
archive
/
userbox
/
publicdomain
/
megabook.lha
/
MegaBook
/
Storage
/
DialData
/
Term.mbrx
< prev
next >
Wrap
Text File
|
1996-06-27
|
677b
|
34 lines
/*
** Term Dialer for MegaBook 3
** By Tom Bampton
**
** © 1996 Eden Software
**
** This is the script run when the Dial Data option is selected from the
** Extras menu, please see the docs for creating your own script to dial
** through your terminal program.
*/
/*
Path to Term, it's run if Term isn't running
Change this to the path of your copy of Term
*/
TermPath = 'Dh1:Term/Term'
parse arg Number
/* Check if Term is running, if not, run it */
if ~show('P', 'TERM') then do
address command
'run >nil: ' TermPath
/* Wait for the ARexx port */
do 5 while ~show('P', 'TERM')
'sys:rexxc/waitforport TERM'
end
end
address 'TERM'
options results
Dial Number